NevronOpenVision
Nevron.Nov.UI Namespace / NScrollerBase<TThumb,TShaft> Class


NScrollerBase<TThumb,TShaft> Class Methods

For a list of all members of this type, see NScrollerBase<TThumb,TShaft> members.

Public Methods
 NameDescription
Public MethodMust override to get the thumb value from a position.  
Public MethodSnaps the given value to the snapping step.  
Top
Protected Methods
 NameDescription
Protected MethodCreates the thumb of this scroller.  
Protected MethodGiven a shaft start and length and a coordinate gets the thumb value.  
Protected MethodGets the thumb value from the specified coordinate  
Protected MethodCalled when a button in this scroller has been clicked.  
Protected MethodCalled when the decrease shaft button was clicked.  
Protected MethodRaises the EndScrolling event  
Protected MethodCalled when the increase shaft button was clicked.  
Protected MethodCalled when the LargeChange property has changed.  
Protected MethodCalled when an owned repreat button stops continuos clicking  
Protected MethodCalled when an owned repeat button start continuos clicking  
Protected MethodRaises the scroll event. If it is not canceled, updates the scroller value if the new value.  
Protected MethodRaises the StartScrolling event  
Protected MethodCalled when the scrollbar thumb is dragged. This implementation simply updates the scrollbar value  
Protected MethodCalled when the scrollbar thumb stops to be dragged. Raises the end scrolling event.  
Protected MethodCalled when the scrollbar thumb starts to be dragged. Raises the start scrolling event.  
Internal MethodOverridden.   
Top
See Also